| Index: third_party/WebKit/LayoutTests/bluetooth/characteristicvaluechanged.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristicvaluechanged.html b/third_party/WebKit/LayoutTests/bluetooth/characteristicvaluechanged.html
|
| index f50fc6f5196e1dc1bf1c9474e2c88d080476973d..0cf19da30e0e86b424428dd0df32cb9e497a13dc 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/characteristicvaluechanged.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristicvaluechanged.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| -<script src="resources/bluetooth-helpers.js"></script>
|
| +<script src="../resources/bluetooth/bluetooth-helpers.js"></script>
|
| <script>
|
| 'use strict';
|
| test(t => { assert_true(window.testRunner instanceof Object); t.done(); },
|
|
|