Sfoglia il codice sorgente

- updated output of inheritance test

Ronny Otto 11 anni fa
parent
commit
7324c7fef0

+ 1 - 0
tests/framework/language/inheritance_01.bmx

@@ -11,3 +11,4 @@ Import "inheritance_01.extend.bmx"
 local queue:MyTypeQueue = new MyTypeQueue
 
 queue.insert(new MyOtherType)
+print "compiled"

+ 2 - 1
tests/framework/language/inheritance_01.res

@@ -1 +1,2 @@
-compiled
+added
+compiled