Skip to content

Commit 69c93f7

Browse files
committed
fix: uncomment test entry
1 parent 714e9f5 commit 69c93f7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

test/index.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ import testTarget from './target';
1515
import testGEP from './gep';
1616
import testAttribute from './attribute';
1717

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();
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();
3333
testAttribute();

0 commit comments

Comments
 (0)