瀏覽代碼

- updated output of inheritance test

Ronny Otto 11 年之前
父節點
當前提交
7324c7fef0
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 0
      tests/framework/language/inheritance_01.bmx
  2. 2 1
      tests/framework/language/inheritance_01.res

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

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

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

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