| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,14 +20,14 @@ function haveLocale(loc) { | |||
| 20 | 20 | } | |
| 21 | 21 | ||
| 22 | 22 | if (!haveIntl) { | |
| 23 | - var erMsg = | ||
| 23 | + const erMsg = | ||
| 24 | 24 | '"Intl" object is NOT present but v8_enable_i18n_support is ' + | |
| 25 | 25 | enablei18n; | |
| 26 | 26 | assert.equal(enablei18n, false, erMsg); | |
| 27 | 27 | console.log('1..0 # Skipped: Intl tests because Intl object not present.'); | |
| 28 | 28 | ||
| 29 | 29 | } else { | |
| 30 | - var erMsg = | ||
| 30 | + const erMsg = | ||
| 31 | 31 | '"Intl" object is present but v8_enable_i18n_support is ' + | |
| 32 | 32 | enablei18n + | |
| 33 | 33 | '. Is this test out of date?'; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments