Skip to content

Commit

Permalink
Remarks fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgiy Abbasov committed Feb 21, 2017
1 parent 5e0f21d commit f9b2659
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/server/compiler-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1321,8 +1321,6 @@ describe('Compiler', function () {

describe('Regression', function () {
it('Incorrect callsite line in error report on node v0.10.41 (GH-599)', function () {
this.timeout(5000);

var src = 'test/server/data/test-suites/regression-gh-599/testfile.js';
var compiler = new Compiler([src]);

Expand All @@ -1344,8 +1342,6 @@ describe('Compiler', function () {
});

it('Should successfully compile tests if re-export is used', function () {
this.timeout(5000);

var src = 'test/server/data/test-suites/regression-gh-969/testfile.js';
var compiler = new Compiler([src]);

Expand All @@ -1359,8 +1355,6 @@ describe('Compiler', function () {
});

it('Incorrect callsite stack in error report if "import" is used (GH-1226)', function () {
this.timeout(5000);

var src = 'test/server/data/test-suites/regression-gh-1226/testfile.js';
var compiler = new Compiler([src]);

Expand Down

0 comments on commit f9b2659

Please sign in to comment.