瀏覽代碼

fix for cs/java unit test compilation

Dan Korostelev 9 年之前
父節點
當前提交
fae40faddd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/src/unit/issues/Issue4535.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue4535.hx

@@ -1,6 +1,6 @@
 package unit.issues;
 package unit.issues;
 
 
-@:meta(haxe.extern.macro.Type)
+@:someMeta(haxe.extern.macro.Type)
 class Issue4535 extends Test {
 class Issue4535 extends Test {
 
 
 }
 }