11cb0ef41Sopenharmony_ci// Flags: --force-context-aware 21cb0ef41Sopenharmony_ci'use strict'; 31cb0ef41Sopenharmony_ciconst common = require('../../common'); 41cb0ef41Sopenharmony_ciconst assert = require('assert'); 51cb0ef41Sopenharmony_ci 61cb0ef41Sopenharmony_ciassert.throws(() => { 71cb0ef41Sopenharmony_ci require(`./build/${common.buildType}/binding`); 81cb0ef41Sopenharmony_ci}, /^Error: Loading non context-aware native addons has been disabled$/); 9