Index: trunk/src/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html |
=================================================================== |
--- trunk/src/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html (revision 205338) |
+++ trunk/src/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html (working copy) |
@@ -26,7 +26,6 @@ |
tester, |
'bad_pexe', |
'pnacl_bad_pexe.nmf', |
- 'application/x-pnacl', |
'NaCl module load failed: PnaclCoordinator: compile failed.'); |
// 'bad_pexe' loads a manifest, then loads a pexe that is truncated. |
@@ -34,7 +33,6 @@ |
tester, |
'bad2_pexe', |
'pnacl_bad2_pexe.nmf', |
- 'application/x-pnacl', |
'NaCl module load failed: PnaclCoordinator: compile failed.'); |
// 'bad_pexe_undefined' loads a manifest, then loads a pexe that compiles |
@@ -43,7 +41,6 @@ |
tester, |
'bad_pexe_undefined_syms', |
'pnacl_bad_pexe_undefined_syms.nmf', |
- 'application/x-pnacl', |
'NaCl module load failed: PnaclCoordinator: link failed.'); |
// 'nonexistent_pexe' loads a manifest, then tries to to load a nonexistent |
@@ -52,7 +49,6 @@ |
tester, |
'nonexistent_pexe', |
'pnacl_bad_doesnotexist.nmf', |
- 'application/x-pnacl', |
'NaCl module load failed: PnaclCoordinator: ' + |
'pexe load failed (pp_error=-2).'); |