OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / enum8.C
index 0a3220f..9d0d94b 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run  }
 // Bug: the switch fails on the Alpha because folding ef - 1 fails.
 
 enum foo { one=1, thirty=30 };