test/asn1_internal_test.c: silence the new check for the ASN1 method table
[openssl.git] / test / test_test.c
index c45bf8d8f151c312accc82fd3519b1fb6fabc6e9..0af2eaeb8ad58a640c4b635d0348e552f36370ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2017, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
@@ -531,7 +531,6 @@ static int test_bn_output(int n)
     return 1;
 }
 
-
 int setup_tests(void)
 {
     ADD_TEST(test_int);