Skip to content

Commit 01fdaea

Browse files
committed
Fixed a typo in the code that loads the test runner. Changed CoreLibTestRunnerClass.as to CoreLibTestRunner.as.
1 parent 9b3fa96 commit 01fdaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/CoreLibTestRunner.mxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
xmlns:flexunit="flexunit.flexui.*"
3838
creationComplete="onCreationComplete()">
3939

40-
<mx:Script source="CoreLibTestRunnerClass.as" />
40+
<mx:Script source="CoreLibTestRunner.as" />
4141

4242
<mx:Canvas width="100%" height="100%">
4343
<flexunit:TestRunnerBase id="testRunner" width="100%" height="100%" />

0 commit comments

Comments
 (0)