blob: f2cd5e5b565c6879c4ae7e0c8ec054d82f96c940 [file] [log] [blame]
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'source_mapping_tester.dart';
void main() {
test(['operators'], whiteListFunction: (String configuration, String file) {
// TODO(redemption): Create source information from kernel.
if (configuration == 'kernel') return (_) => true;
return emptyWhiteList;
});
}