rename testcase

This commit is contained in:
herman ten brugge 2019-10-29 12:02:58 +01:00
parent fadfc118e5
commit 96f1fb1da0
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include <stdio.h>
/* This test used to fail on x86_64 on linux with sse registers */
struct Point {
float x;
float y;