未验证 提交 487c338a 编写于 作者: O openharmony_ci 提交者: Gitee

!3970 删除用例代码中未使用的引用

Merge pull request !3970 from zleoyu/master-napi
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
...@@ -300,6 +299,7 @@ describe('webgl1Test_webgl1', function() { ...@@ -300,6 +299,7 @@ describe('webgl1Test_webgl1', function() {
it('webgl_test_getContextAttributes', 0, async function(done) { it('webgl_test_getContextAttributes', 0, async function(done) {
console.info("webgltest into getContextAttributes"); console.info("webgltest into getContextAttributes");
const getContextAttributesValue = gl.getContextAttributes(); const getContextAttributesValue = gl.getContextAttributes();
const alphaValue = getContextAttributesValue.alpha();
console.info("webgltest getContextAttributes: " + getContextAttributesValue); console.info("webgltest getContextAttributes: " + getContextAttributesValue);
expect(typeof(getContextAttributesValue)).assertEqual("object" || null); expect(typeof(getContextAttributesValue)).assertEqual("object" || null);
done(); done();
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
import app from '@system.app' import app from '@system.app'
import Context from '@ohos.napi_context'
import { import {
describe, describe,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册