| Index: chrome/test/data/nacl/nonsfi/irt_test.html
|
| diff --git a/chrome/test/data/nacl/nonsfi/irt_test.html b/chrome/test/data/nacl/nonsfi/irt_test.html
|
| index 8094627e084f50d0075eed68a4819cf60369e26c..ca450af1286bc8d6f0c67736265cea369f7ae7cc 100644
|
| --- a/chrome/test/data/nacl/nonsfi/irt_test.html
|
| +++ b/chrome/test/data/nacl/nonsfi/irt_test.html
|
| @@ -18,7 +18,7 @@ function create(manifest_url) {
|
| var embed = document.createElement('embed');
|
| embed.src = manifest_url;
|
| embed.type = 'application/x-nacl';
|
| - embed.basic_tests = '2';
|
| + embed.basic_tests = '1';
|
| embed.stress_tests = '0';
|
| return embed;
|
| }
|
|
|