We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714e9f5 commit 69c93f7Copy full SHA for 69c93f7
test/index.ts
@@ -15,19 +15,19 @@ import testTarget from './target';
15
import testGEP from './gep';
16
import testAttribute from './attribute';
17
18
-// testAdd();
19
-// testFibonacci();
20
-// testVariable();
21
-// testUnary();
22
-// testStr();
23
-// testSwitch();
24
-// testClass();
25
-// testLinker();
26
-// testBitcodeWriter();
27
-// testIntrinsic();
28
-// testException();
29
-// testType();
30
-// testDebugInfo();
31
-// testTarget();
32
-// testGEP();
+testAdd();
+testFibonacci();
+testVariable();
+testUnary();
+testStr();
+testSwitch();
+testClass();
+testLinker();
+testBitcodeWriter();
+testIntrinsic();
+testException();
+testType();
+testDebugInfo();
+testTarget();
+testGEP();
33
testAttribute();
0 commit comments