[vala/wip/issue/327: 62/64] Fixed messed up with test



commit f65e9a0ed39db61164409d8ef34a7578a2202c64
Author: Nick Schrader <nick schrader mailbox org>
Date:   Sun Apr 12 15:26:40 2020 -0300

    Fixed messed up with test

 tests/objects/with-instance.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/objects/with-instance.vala b/tests/objects/with-instance.vala
index e2081c719..715833ef8 100644
--- a/tests/objects/with-instance.vala
+++ b/tests/objects/with-instance.vala
@@ -39,7 +39,7 @@ class TestFoo {
 }
 
 // Copy and paste TestFoo, change Foo to Bar
-class TestFoo {
+class TestBar {
     public static int class_field;
     public int instance_field;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]