Skip to content

Commit

Permalink
Autocommit: Build state toggled to PASS
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesshore committed May 20, 2012
1 parent 8291b4b commit 917cc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe("File list validation", function() {

it("should validate later files even if early file fails", function() {
inspectConsole(function(output) {
writeTestFiles("YARR=1;", "var b=1;", "var c=1;");
writeTestFiles("YARR=1", "var b=1;", "var c=1;");
lint.validateFileList(testFiles);
expect(output[0]).to.eql(testFiles[0] + " failed");
expect(output[3]).to.eql(testFiles[1] + " ok");
Expand Down

0 comments on commit 917cc3e

Please sign in to comment.