Browse Source

[cppia] disable test #9543

Aleksandr Kuzmenko 4 years ago
parent
commit
5f5980719c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/src/unit/issues/Issue9543.hx

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

@@ -15,7 +15,7 @@ private abstract A(String) {
 }
 
 class Issue9543 extends unit.Test {
-	#if cpp
+	#if (cpp && !cppia)
 	function testVar() {
 		var foo:Int = 0;
 		var bar:cpp.Reference<Int> = foo;