[PATCH] Fix: File without suffix duplicates expm1.c
kaidoho
kho237115 at gmail.com
Mon Dec 17 09:44:03 UTC 2018
File expm1.c contains the latest licence header, source code is same.
---
testsuites/psxtests/psxhdrs/math/expm1. | 38 ---------------------------------
1 file changed, 38 deletions(-)
delete mode 100644 testsuites/psxtests/psxhdrs/math/expm1.
diff --git a/testsuites/psxtests/psxhdrs/math/expm1. b/testsuites/psxtests/psxhdrs/math/expm1.
deleted file mode 100644
index bef42e1373..0000000000
--- a/testsuites/psxtests/psxhdrs/math/expm1.
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * @file
- * @brief exp() API Conformance Test
- */
-
- /*
- * COPYRIGHT (c) 2018.
- * Shashvat Jain
- *
- * Permission to use, copy, modify, and/or distribute this software
- * for any purpose with or without fee is hereby granted.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
- * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
- * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
- * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <math.h>
-
-int test( void );
-
-int test( void )
-{
- double x = 0 ;
- double result ;
-
- result = expm1(x) ;
-
- return (result);
-}
--
2.16.2.windows.1
More information about the devel
mailing list