Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dd2cf0e

Browse files
committed
Fix unittest path
Change-Id: Ie96aeced2564c15198c4538110495701754ebe9c Reviewed-on: https://dart-review.googlesource.com/74066 Reviewed-by: Johnni Winther <johnniwinther@google.com>
1 parent 5cba87a commit dd2cf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiler/dart2js/model/supermixin_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:compiler/src/common_elements.dart';
88
import 'package:compiler/src/elements/entities.dart';
99
import 'package:expect/expect.dart';
1010
import '../helpers/program_lookup.dart';
11-
import '../memory_compiler.dart';
11+
import '../helpers/memory_compiler.dart';
1212

1313
const String source = r'''
1414
import 'package:expect/expect.dart';

0 commit comments

Comments
 (0)