Browse Source

minor [skip ci]

Aleksandr Kuzmenko 6 years ago
parent
commit
bdddb588cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/misc/projects/Issue8550/Success.hx

+ 1 - 1
tests/misc/projects/Issue8550/Success.hx

@@ -1,4 +1,4 @@
-class Fail {
+class Success {
 	static function main() {
 		trace(Int);
 	}