Skip to content

Commit

Permalink
Code review change
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Oct 1, 2019
1 parent 5052350 commit 586a0eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions dart_test.yaml
Expand Up @@ -2,8 +2,4 @@ tags:
# Indicates tests that require Node.js.
node:

# Indicates tests that use the new module system, and so should only run on
# the `feature.use` branch.
module-system:

platforms: [vm, node]
4 changes: 2 additions & 2 deletions test/cli/shared/repl.dart
Expand Up @@ -161,7 +161,7 @@ void sharedTests(Future<TestProcess> runSass(Iterable<String> arguments)) {

await sass.kill();
});
}, tags: "module-system");
});

group("gracefully handles", () {
test("a parse error", () async {
Expand Down Expand Up @@ -297,7 +297,7 @@ void sharedTests(Future<TestProcess> runSass(Iterable<String> arguments)) {
]));
await sass.kill();
});
}, tags: "module-system");
});

group("and colorizes", () {
test("an error in the source text", () async {
Expand Down
2 changes: 1 addition & 1 deletion test/source_map_test.dart
Expand Up @@ -562,7 +562,7 @@ main() {
(url) => Uri.parse("u:$url"),
(_) => ImporterResult(r"$var2: default value !default;",
syntax: Syntax.scss)));
}, tags: "module-system");
});

group("a mixin argument that is", () {
test("the default value", () {
Expand Down

0 comments on commit 586a0eb

Please sign in to comment.