tests/enum.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 11:32:09 +0000 (19:32 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 11:32:09 +0000 (19:32 +0800)
tests/enum.vala

index 420a1f8..7f5a099 100644 (file)
@@ -6,7 +6,7 @@
 int main (string[] args) {
  
        
-       stdout.printf ("%s\n", Type.from_name ("Gtk.Orientation.VERTICAL").name ());
+       stdout.printf ("%s\n", Type.from_name ("Gtk.Orientation").name ());
        
        return 0;
 }