Revert "source maps error test"

This reverts commit a47af63986b60daf83a7e654b1e69506831b4dc0.
This commit is contained in:
guybedford 2015-07-15 16:15:01 +02:00
parent a47af63986
commit 3f41d78452

View File

@ -22,11 +22,6 @@ function err(e) {
var ie8 = typeof navigator != 'undefined' && navigator.appVersion && navigator.appVersion.indexOf('MSIE 8') != -1;
asyncTest('Error handling', function() {
System.config({
meta: {
'tests/error.js': { format: 'esm' }
}
});
System['import']('tests/error-loader.js').then(err, function(e) {
ok(true);
start();