| Index: mojo/bindings/js/run_js_tests.cc
|
| diff --git a/mojo/bindings/js/run_js_tests.cc b/mojo/bindings/js/run_js_tests.cc
|
| index fcc42e074fdb6b9477034e6711981efed5bcc34c..976a0b17591b90da5ba84d04ec2ad7d16f666d78 100644
|
| --- a/mojo/bindings/js/run_js_tests.cc
|
| +++ b/mojo/bindings/js/run_js_tests.cc
|
| @@ -11,7 +11,6 @@
|
| #include "gin/test/file_runner.h"
|
| #include "gin/test/gtest.h"
|
| #include "mojo/bindings/js/core.h"
|
| -#include "mojo/bindings/js/unicode.h"
|
| #include "mojo/common/test/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -24,7 +23,6 @@ class TestRunnerDelegate : public gin::FileRunnerDelegate {
|
| TestRunnerDelegate() {
|
| AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule);
|
| AddBuiltinModule(Core::kModuleName, Core::GetModule);
|
| - AddBuiltinModule(Unicode::kModuleName, Unicode::GetModule);
|
| }
|
|
|
| private:
|
|
|